From 421b4ddbc15c30bd3961c5bb9fba857f3ff8a196 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 1 Dec 2009 13:41:38 +0000 Subject: [PATCH] sysctl: Fix mis-allocation of number for XEN_SYSCTL_lockprof_op Signed-off-by: Keir Fraser --- xen/include/public/sysctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/sysctl.h b/xen/include/public/sysctl.h index 6dccf310e7..6ca6d8d24d 100644 --- a/xen/include/public/sysctl.h +++ b/xen/include/public/sysctl.h @@ -454,7 +454,7 @@ struct xen_sysctl_page_offline_op { #define PG_OFFLINE_OWNER_SHIFT 16 -#define XEN_SYSCTL_lockprof_op 11 +#define XEN_SYSCTL_lockprof_op 15 /* Sub-operations: */ #define XEN_SYSCTL_LOCKPROF_reset 1 /* Reset all profile data to zero. */ #define XEN_SYSCTL_LOCKPROF_query 2 /* Get lock profile information. */ -- 2.30.2